home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / feverfrenzy-demo.swf / scripts / DefineSprite_215 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  274 b   |  18 lines

  1. function showMessage(tipo, valor)
  2. {
  3.    mMsg_mc.setPoints(valor);
  4.    mMsg_mc.setType(tipo);
  5.    mMsg_mc._visible = true;
  6.    gotoAndStop("show");
  7.    play();
  8. }
  9. stop();
  10. if(_currentframe == 1)
  11. {
  12.    mMsg_mc._visible = false;
  13. }
  14. else
  15. {
  16.    mMsg_mc._visible = true;
  17. }
  18.